home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Utilities / AmisED / scripts / Latex.rexx < prev    next >
OS/2 REXX Batch file  |  1999-12-19  |  223b  |  13 lines

  1. /* latex script for AmisED */
  2.  
  3. OPTIONS RESULTS
  4.  
  5. 'Query NAME'
  6. name = result
  7. 'Query PATH'
  8. path = result
  9.  
  10. ADDRESS COMMAND
  11. PRAGMA('D', path )
  12. 'tex:bin/virtex &latex '||name||' <>CON:////Latex.../AUTO/CLOSE/WAIT/SCREENAmisED.1'
  13.